home *** CD-ROM | disk | FTP | other *** search
- object FOption: TFOption
- Left = 440
- Top = 259
- HelpContext = 32
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 306
- ClientWidth = 392
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label7: TLabel
- Left = 16
- Top = 232
- Width = 73
- Height = 13
- Caption = 'Equipe � suivre'
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 16
- Width = 185
- Height = 113
- Caption = 'Repartition des points'
- TabOrder = 1
- object Label1: TLabel
- Left = 8
- Top = 21
- Width = 111
- Height = 13
- Caption = 'Points pour une victoire'
- end
- object Label2: TLabel
- Left = 8
- Top = 55
- Width = 112
- Height = 13
- Caption = 'Point pour un match nul'
- end
- object Label3: TLabel
- Left = 8
- Top = 88
- Width = 109
- Height = 13
- Caption = 'Points pour une d�faite'
- end
- object Edit1: TEdit
- Left = 136
- Top = 17
- Width = 25
- Height = 21
- MaxLength = 1
- TabOrder = 0
- Text = '3'
- OnKeyPress = Edit1KeyPress
- end
- object UpDown1: TUpDown
- Left = 161
- Top = 17
- Width = 12
- Height = 21
- Associate = Edit1
- Min = 0
- Max = 9
- Position = 3
- TabOrder = 1
- Wrap = False
- end
- object Edit2: TEdit
- Left = 136
- Top = 51
- Width = 25
- Height = 21
- MaxLength = 1
- TabOrder = 2
- Text = '1'
- OnKeyPress = Edit1KeyPress
- end
- object UpDown2: TUpDown
- Left = 161
- Top = 51
- Width = 12
- Height = 21
- Associate = Edit2
- Min = 0
- Max = 9
- Position = 1
- TabOrder = 3
- Wrap = False
- end
- object Edit3: TEdit
- Left = 136
- Top = 84
- Width = 25
- Height = 21
- MaxLength = 1
- TabOrder = 4
- Text = '0'
- OnKeyPress = Edit1KeyPress
- end
- object UpDown3: TUpDown
- Left = 161
- Top = 84
- Width = 12
- Height = 21
- Associate = Edit3
- Min = 0
- Max = 9
- Position = 0
- TabOrder = 5
- Wrap = False
- end
- end
- object GroupBox2: TGroupBox
- Left = 200
- Top = 16
- Width = 185
- Height = 113
- Caption = 'Param�tres de la division'
- TabOrder = 2
- object Label4: TLabel
- Left = 8
- Top = 21
- Width = 99
- Height = 13
- Caption = 'Nombre d'#39'Europ�ens'
- end
- object Label5: TLabel
- Left = 8
- Top = 53
- Width = 95
- Height = 13
- Caption = 'Nombre de rel�gu�s'
- end
- object Edit4: TEdit
- Left = 136
- Top = 17
- Width = 25
- Height = 21
- MaxLength = 1
- TabOrder = 0
- Text = '5'
- OnKeyPress = Edit1KeyPress
- end
- object UpDown4: TUpDown
- Left = 161
- Top = 17
- Width = 12
- Height = 21
- Associate = Edit4
- Min = 0
- Max = 9
- Position = 5
- TabOrder = 1
- Wrap = False
- end
- object Edit5: TEdit
- Left = 136
- Top = 49
- Width = 25
- Height = 21
- MaxLength = 1
- TabOrder = 2
- Text = '3'
- OnKeyPress = Edit1KeyPress
- end
- object UpDown5: TUpDown
- Left = 161
- Top = 49
- Width = 12
- Height = 21
- Associate = Edit5
- Min = 0
- Max = 9
- Position = 3
- TabOrder = 3
- Wrap = False
- end
- end
- object Panel1: TPanel
- Left = 8
- Top = 136
- Width = 377
- Height = 81
- TabOrder = 3
- object Label6: TLabel
- Left = 8
- Top = 56
- Width = 116
- Height = 13
- Caption = 'Ann�e du championnat :'
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 8
- Width = 225
- Height = 17
- Caption = 'Tri par poste pour la saisie des buteurs'
- State = cbChecked
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 8
- Top = 32
- Width = 305
- Height = 17
- Caption = 'Tri par poste pour la saisie de la composition des �quipes'
- State = cbChecked
- TabOrder = 1
- end
- object MaskEdit1: TMaskEdit
- Left = 144
- Top = 52
- Width = 57
- Height = 21
- EditMask = '!0000/00;1;'
- MaxLength = 7
- TabOrder = 2
- Text = '1998/99'
- end
- end
- object BitBtn1: TBitBtn
- Left = 50
- Top = 270
- Width = 75
- Height = 25
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 159
- Top = 270
- Width = 75
- Height = 25
- TabOrder = 4
- Kind = bkCancel
- end
- object ComboBox1: TComboBox
- Left = 104
- Top = 228
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 5
- end
- object BitBtn3: TBitBtn
- Left = 267
- Top = 270
- Width = 75
- Height = 25
- HelpContext = 32
- TabOrder = 6
- Kind = bkHelp
- end
- end
-